home *** CD-ROM | disk | FTP | other *** search
/ Futura - Games That Go Beyond! / Futura - Games That Go Beyond!.iso / bunny / bblast.txt < prev    next >
Text File  |  1992-09-01  |  4KB  |  131 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                 Bunny Blast
  7.  
  8.                     by
  9.  
  10.                 Asad Hanif
  11.  
  12.                 v1.0.920902
  13.  
  14.  
  15. Disclaimer:    I, the author, am not responsible for any damage
  16.            that occurs to you or your system by the use or
  17.            misuse of this software.  This software comes
  18.            with no guarantees that it will function on your
  19.            system properly.  It has been tested on different
  20.            platforms and has been proven to work as designed.
  21.            If you find that this game promotes cruelty to little
  22.            fuzzy animals then DON'T PLAY IT!!
  23.  
  24. Release Note:  This game is being released as freeware.  Feel free
  25.            to use it and distribute it.  This program may not
  26.            be sold for profit.  A minimal distribution charge
  27.            (ie. for diskettes) is acceptable.  Any donations
  28.            may be made to the author (see below).  
  29.  
  30. Requirements:  VGA graphics adapter (with 256k ram - most adapters
  31.                      have at least this amount.)
  32.            Mouse (two button or higher.)
  33.            12Mhz or higher cpu speed.
  34.  
  35. Description:   The evil rabbits from the planet Murica have invaded
  36.            your fields.  Even though they look harmless they
  37.            pose a great threat.  Blow them away before they
  38.            reach your crops beyond the golden hill.  
  39.  
  40. Controls:
  41.            Use left button to fire and right button for options.
  42.  
  43. Game Background:
  44.            This is the first game which I wrote and released
  45.            to any BBS.  The game was written as a project by me
  46.            to learn 'C'.  I actually started several games but
  47.            none of them were completed since I had other priorities
  48.            at the time. So I sat down wrote this silly little
  49.            game and finished it.  It may be a totally pointless
  50.            game, but hey the experience that I gained is what
  51.            really counts.  
  52.  
  53.            The game was written on a 386sx-16.  It was tested 
  54.            and found playable at 16mhz.  At 8mhz it was slow, 
  55.            so I deduced that 12mhz is the minimum speed to
  56.            play.
  57.            
  58. Resources 
  59.  Used:         Turbo C++ v 1.01        (Borland)
  60.            Turbo Assembler v2.01   (Borland)
  61.            FastGraph v2.11         (Ted Gruber Software) 
  62.            FastGraph/Image         (Ted Gruber Software)
  63.            Improces v4.0           (John Wagner)
  64.  
  65.            Note:  FastGraph(tm) is a great graphics library and Improces
  66.               is one of the few excellent shareware SVGA image
  67.               enhancement/paint programs available.  For info
  68.               on both these items give the Dust Devil BBS a call.
  69.  
  70. Command Line Parameters:          
  71.            BBLAST sf -xxxxx
  72.         
  73.              sf     -> sound on/off
  74.                      s0 no sound
  75.                      s1 sound (default)
  76.  
  77.              -xxxxx -> delay for fast computers
  78.                       0≤xxxxx≤32767
  79.                       default is auto calibration
  80.                       Either 0 or slows to 16Mhz speed.
  81.  
  82.              examples:
  83.                
  84.             A:\>BBLAST      
  85.             (runs with sound and auto speed calibration.)
  86.  
  87.             A:\>BBLAST s0
  88.             (runs with no sound and auto speed calibration.)
  89.  
  90.             A:\>BBLAST -1000
  91.             (runs with sound and a delay of 1000 cycles)
  92.  
  93.             A:\>BBLAST s0 -5000
  94.             (runs with no sound and a delay of 5000 cycles)
  95.  
  96. ----------------------------------------------------------------------------
  97.  
  98.         If you have any comments, complaints, suggestions, money
  99.         to give (lets say $10 ) :) etc... you can write to me at:
  100.  
  101.             Asad Hanif
  102.             PO BOX 163 Station 'A'
  103.             Fredericton, NB
  104.             E3B 4Y9
  105.             Canada
  106.  
  107.         Or send email through the internet to:
  108.  
  109.             w81h@unb.ca
  110.  
  111.         Or you can reach me one of the following places:
  112.  
  113.         Northern Connections    506-458-2651    2400
  114.                     506-459-0285    14.4k v32bis
  115.         Alias: ASAD
  116.  
  117.         Software Creations      508-365-9668    14.4k Dual Standard
  118.         Alias: Asad Hanif
  119.  
  120.         Dust Devil BBS          702-796-7134    14.4k v32bis
  121.         Alias: Asad Hanif
  122.  
  123.         I call Northern Connection daily and the other two
  124.         weekly.  Any new software I write will be uploaded to 
  125.         the above three boards first.
  126.  
  127.         Thanks for playing this game,
  128.  
  129.         Asad Hanif.
  130.  
  131.